home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / opsys / wmakeup / downloads / MDU381-0.wmz / MDU38 WMP7.wms < prev    next >
Text File  |  2004-03-17  |  24KB  |  190 lines

  1. <theme id="M.D.U. 38" title="M.D.U. 38" author="Reeses2150 and BakerJake" copyright="⌐2004, Reeses2150 and BakerJake.  All Rights Reserved." currentViewID="Main">
  2.    <view scriptfile="auto.js" titlebar="false" resizable="false" backgroundImage="preview.bmp" clippingColor="none" onload="AutoLoad();"></view>
  3. <view Id="Main" title="M.D.U. 38" backgroundimage="titanium.bmp" backgroundColor="none"
  4.    transparencyColor="#00FF00" titleBar="false" resizable="false"
  5.    scriptFile="mdu38.js;res://wmploc.dll/RT_TEXT/#132;" onLoad="OnOpenStateChange();" >
  6. <player OpenState_onchange="OnOpenStateChange();"/>
  7.  
  8.  
  9.  
  10. <!-- Main Buttongroup -->
  11. <BUTTONGROUP id="mainbuttongroup" hoverimage="titaniumhov.bmp" mappingImage="map.bmp" transparencycolor="#00FF00" >
  12.     <buttonelement mappingcolor="#00FF00" upToolTip="Toggle Playlist" onclick="JScript:togglePL();" />
  13.     <buttonelement mappingcolor="#0000FF" uptooltip="Toggle Equalizer" onclick="JScript:toggleeq();" />
  14.     <buttonelement mappingcolor="#FF00FF" uptooltip="Toggle Visuals" onclick="JScript:togglevis();" onmouseover="Jscript: {vistext.value = 'Vis=On'; vistext2.value = 'Vis=Off';};"  onmouseout="Jscript: {vistext.value = '...'; vistext2.value = '...'};" id="visbutton"/>
  15.     <buttonelement mappingcolor="#000000" uptooltip="Toggle Controls" onclick="JScript:togglebuttons();" />
  16.     <buttonelement mappingcolor="#00FFFF" uptooltip="Toggle Track Info" onclick="JScript:toggleinfo();" />
  17.     <buttonelement mappingcolor="#FF0000" uptooltip="Toggle Theme Chooser" onclick="JScript:togglecolors();" />
  18. </BUTTONGROUP>
  19.  
  20.  
  21.  
  22. <!-- Visualization Key -->
  23. <subview id="key" top="1000" left="1" backgroundimage="thumb.bmp" visible="true" transparencyColor="#FF00FF" zIndex="-2"> </subview>
  24. <subview id="screen" top="0" left="0" backgroundimage="gradient1.bmp" visible="false" passThrough="true" alphaBlend="100" transparencycolor="#00FF00" zIndex="15" />
  25.  
  26.  
  27. <!-- Visuals Window -->
  28. <subview id="visuals" zIndex="1" backgroundImage="vis.bmp" visible="false" transparencycolor="#00FF00">
  29.    <video id="Vid" top="13" left="14" width="1" height="1" visible="false" shrinkToFit="true" stretchtofit="True" maintainAspectRatio="true" onvideostart="Jscript: openvid();" />
  30.    <effects id="vis" top="21" left="25" height="46" width="200" currentEffectType="Jscript:mediacenter.effectType;" currentPreset="Jscript: mediacenter.effectPreset;" />
  31.    <text id="vistext" zIndex="20" visible="true" value="..." top="80" left="177" width="46" justification="center" fontsize="9" foregroundcolor="#DDDDDD"/>
  32. <BUTTONGROUP hoverimage="hover2.bmp" mappingImage="map2.bmp" >  
  33.     <buttonelement mappingcolor="#FF00FF" onmouseover="Jscript: {vistext.value = 'Next Vis';};"  onmouseout="Jscript: {vistext.value = '...';};" onClick="jscript:vis.next();" />
  34.     <buttonelement mappingcolor="#00FFFF" onmouseover="Jscript: {vistext.value = 'Prev Vis';};"  onmouseout="Jscript: {vistext.value = '...';};" onClick="jscript:vis.previous();" />
  35. </BUTTONGROUP> </subview>
  36. <effects id="bars" zIndex="5" top="12" left="14" height="61" width="220"  windowed="false" allowall="false" visible="true">
  37.    <bars displayMode="0" levelWidth="7" 
  38.     levelFallbackSpeed="40" showPeaks="true" 
  39.     peakHangTime="3" horizontalSpacing="3" 
  40.     transparent="true" fadeMode="1" peakheight="3"
  41.     levelScale="0.675" levelColor="#DDDDDD" 
  42.     peakColor="#AAAAAA" backgroundcolor="#000000"/> </effects>
  43. <subview id="barmap" visible="false" backgroundimage="vis.bmp" zIndex="6" top="0" left="0" transparencycolor="#00FF00">
  44.    <text id="vistext2" zIndex="20" visible="true" value="..." top="80" left="177" width="46" justification="center" fontsize="9" foregroundcolor="#DDDDDD"/>
  45. </subview>
  46.  
  47.  
  48.  
  49. <!-- Buttons Window (I know I spelled Controls wrong...) --> 
  50. <subview Id="controlls" transparencycolor="#00FF00" backgroundimage="Controls.bmp" visible="true" top="0" left="0" >
  51.    <text id="buttontext" zIndex="10" visible="true" value="..." top="38" left="150" width="78" justification="center" fontsize="9" foregroundcolor="#DDDDDD"/>
  52.    <text id="sliderover" zIndex="10" visible="false" value="wmpprop:player.controls.currentPositionString" top="38" left="150" width="78" justification="center" fontsize="9" foregroundcolor="#DDDDDD"/>
  53. <BUTTONGROUP hoverimage="controlshov.bmp" downimage="controlsdown.bmp" backgroundimage="controls.bmp" mappingImage="controlsmap.bmp" >
  54.    <PLAYELEMENT mappingColor="#00FF00"  onmouseover="Jscript: {buttontext.value = 'Play';};"  onmouseout="Jscript: {buttontext.value = '...';};"/>
  55.    <STOPELEMENT mappingColor="#FF0000"  onmouseover="Jscript: {buttontext.value = 'Stop';};"  onmouseout="Jscript: {buttontext.value = '...';};"/>
  56.    <NEXTELEMENT mappingColor="#FF00FF"  onmouseover="Jscript: {buttontext.value = 'Next';};"  onmouseout="Jscript: {buttontext.value = '...';};"/>
  57.    <PREVELEMENT mappingColor="#00FFFF"  onmouseover="Jscript: {buttontext.value = 'Previous';};"  onmouseout="Jscript: {buttontext.value = '...';};"/>
  58.    <BUTTONELEMENT upToolTip="Minimize" mappingColor="#000000" onClick="view.minimize();" onmouseover="Jscript: {buttontext.value = 'Minimize';};" onmouseout="Jscript: {buttontext.value = '...';};"/>
  59.    <BUTTONELEMENT upToolTip="Close" mappingColor="#0000FF" onClick="view.close();" onmouseover="Jscript: {buttontext.value = 'Close';};" onmouseout="Jscript: {buttontext.value = '...';};"/>
  60.    <BUTTONELEMENT upToolTip="Return to Media Center" mappingColor="#FFFFFF" onClick="view.returnToMediaCenter();" onmouseover="Jscript: {buttontext.value = 'Full Mode';};" onmouseout="Jscript: {buttontext.value = '...';};"/>
  61.    <buttonelement uptooltip="Open File" mappingcolor="silver" onClick="JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');" onmouseover="Jscript: {buttontext.value = 'Open File';};" onmouseout="Jscript: {buttontext.value = '...';};"/>
  62.    <buttonelement upToolTip="Mute" mappingColor="gold" sticky="true" downtooltip="Unmute" down="wmpprop:player.settings.mute" onclick="player.settings.mute=down;" onmouseover="Jscript: {buttontext.value = 'Mute';};" onmouseout="Jscript: {buttontext.value = '...';};"/>
  63.    <buttonelement uptooltip="Repeat" mappingcolor="#C000c0" cursor="hand" downtooltip="No Repeat" onclick="jscript:player.settings.setMode('repeat',down);" onmouseover="Jscript: {buttontext.value = 'Repeat';};" onmouseout="Jscript: {buttontext.value = '...';};" down="wmpprop:player.settings.getMode('repeat')" sticky="true" />
  64.    <buttonelement uptooltip="Shuffle" mappingcolor="#FFCC00" cursor="hand" downtooltip="Unshuffle" onmouseover="Jscript: {buttontext.value = 'Shuffle';};" onmouseout="Jscript: {buttontext.value = '...';};" onclick="jscript:player.settings.setMode('shuffle',down);" down="wmpprop:player.settings.getMode('shuffle')" sticky="true" />
  65. </BUTTONGROUP> <PAUSEBUTTON zIndex = "2" visible="wmpenabled:player.controls.pause" upToolTip="Pause" image="pause.bmp" top="17" left="20"  hoverimage="pausehov.bmp" downimage="pausedown.bmp" onmouseover="Jscript: {buttontext.value = 'Pause';};" onmouseout="Jscript: {buttontext.value = '...';};" />
  66.    <effects id="scope" top="59" left="22" height="11" width="204" windowed="false" allowall="false" visible="true" onmouseover="Jscript: {buttontext.value = '...';};">
  67.       <bars id="scopeprefs" displayMode="4" levelWidth="4" levelFallbackSpeed="20" transparent="false" levelScale="0.8" levelColor="#000000" backgroundcolor="#DDDDDD"/> </effects>
  68. <slider top="59" left="22" height="11" width="204" borderSize="2" min="0" max="wmpprop:player.currentMedia.duration" thumbImage="thumb2.bmp" direction="horizontal" transparencycolor="#00FF00"
  69.    value="wmpprop:player.controls.currentPosition" onDragEnd="player.controls.currentPosition=value;" onmouseover="Jscript: {buttontext.visible = false; sliderover.visible = true;};" onmouseout="Jscript: {buttontext.visible = true; sliderover.visible = false;};"/>
  70. </subview>
  71.  
  72.  
  73.  
  74. <!-- Playlist Window -->
  75. <subview id="plpanel" zIndex="1" backgroundImage="pl.bmp" visible="false" transparencycolor="#00FF00">
  76.    <playlist id="pl" top="13" left="13" height="68" width="223" backgroundcolor="#333333" foregroundcolor="#DDDDDD" itemPlayingBackgroundColor="none"
  77.       itemPlayingColor="#0000FF" columnsVisible="true" columns="name=Name;artist=Artist;duration=Time;" editbuttonsvisible="false" movebuttonsvisible="false"
  78.       dropDownVisible="false" playlistItemsVisible="true" disabledforegroundcolor="#FF0000"/>
  79.    <dropdownplaylist id="drpdwn" zIndex="1"
  80.       top="83" left="128" width="107" height="22" dropDownList="showall"/>
  81. </subview>
  82.  
  83.  
  84.  
  85. <!-- Equalizer Window -->
  86. <subview id="equalizer" zIndex="1" backgroundImage="eq.bmp" visible="false" transparencycolor="#00FF00">
  87.    <text id="eqtext" zIndex="10" visible="true" value="..." top="80" left="135" width="97" justification="center" fontsize="10" foregroundcolor="#DDDDDD"/>
  88.    <slider tooltip="Position" left="157" top="25" height="6" width="70" borderSize="3" min="0" max="wmpprop:player.currentMedia.duration" thumbImage="thumb.bmp" value="wmpprop:player.controls.currentPosition" onDragEnd="player.controls.currentPosition=value;" onmouseover="Jscript: {eqtext.value = 'Position';};"  onmouseout="Jscript: {eqtext.value = '...';};" direction="horizontal" />
  89.    <slider tooltip="Volume" left="157" top="37" height="6" width="70" borderSize="3" min="0" max="100" thumbImage="thumb.bmp" value="wmpprop:player.settings.volume" value_onchange="player.settings.volume=value;" direction="horizontal" onmouseover="Jscript: {eqtext.value = 'Volume';};"  onmouseout="Jscript: {eqtext.value = '...';};" />
  90.    <slider tooltip="Balance" left="157" top="49" height="6" width="70" borderSize="3" min="-100" max="100" thumbImage="thumb.bmp" value="wmpprop:player.settings.balance" value_onchange="jscript:player.settings.balance=value;" direction="horizontal" onmouseover="Jscript: {eqtext.value = 'Balance';};"  onmouseout="Jscript: {eqtext.value = '...';};" />
  91.    <slider tooltip="Balance2" visible="false" left="152" top="61" height="6" width="78" borderSize="3" min="-100" max="100" thumbImage="thumb.bmp" value="wmpprop:player.settings.balance" value_onchange="jscript:player.settings.balance=value;" direction="horizontal" />
  92. <BUTTONGROUP hoverimage="eqhov.bmp" mappingimage="eqmap.bmp" >
  93.    <BUTTONELEMENT mappingColor="#FF0000" upToolTip="Previous Preset" onClick="JScript:equ.previouspreset();" onmouseover="Jscript: {eqtext.value = 'Prev Preset';};"  onmouseout="Jscript: {eqtext.value = '...';};" />
  94.    <BUTTONELEMENT mappingColor="#00FF00" upToolTip="Next Preset" onClick="JScript:equ.nextpreset();" onmouseover="Jscript: {eqtext.value = 'Next Preset';};"  onmouseout="Jscript: {eqtext.value = '...';};" />
  95.    <buttonelement mappingcolor="silver" onclick="equ.reset(); player.settings.balance=0;"  onmouseover="Jscript: {eqtext.value = 'Reset EQ';eqpresettext.foregroundcolor = '#000000';};"  onmouseout="Jscript: {eqtext.value = '...';eqpresettext.foregroundcolor = '#DDDDDD';};" />
  96. </buttongroup>
  97.    <text id="eqpresettext" zIndex="10" visible="true" value="wmpprop:equ.currentPresetTitle" top="39" left="108" width="41" justification="center" fontsize="7" foregroundcolor="#DDDDDD"/>
  98.    <equalizerSettings visible="false" id="equ" backgroundColor="none" top="10" left="10" width="5" height="5" enableSplineTension="true"/>
  99.       <SLIDER id="eq1" left="23" top="18" width="6" height="55" value="wmpprop:equ.gainLevel1" value_onchange="equ.gainLevel1=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  100.       <SLIDER id="eq2" left="31" top="18" width="6" height="55" value="wmpprop:equ.gainLevel2" value_onchange="equ.gainLevel2=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  101.       <SLIDER id="eq3" left="39" top="18" width="6" height="55" value="wmpprop:equ.gainLevel3" value_onchange="equ.gainLevel3=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  102.       <SLIDER id="eq4" left="47" top="18" width="6" height="55" value="wmpprop:equ.gainLevel4" value_onchange="equ.gainLevel4=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  103.       <SLIDER id="eq5" left="55" top="18" width="6" height="55" value="wmpprop:equ.gainLevel5" value_onchange="equ.gainLevel5=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  104.       <SLIDER id="eq6" left="63" top="18" width="6" height="55" value="wmpprop:equ.gainLevel6" value_onchange="equ.gainLevel6=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  105.       <SLIDER id="eq7" left="71" top="18" width="6" height="55" value="wmpprop:equ.gainLevel7" value_onchange="equ.gainLevel7=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  106.       <SLIDER id="eq8" left="79" top="18" width="6" height="55" value="wmpprop:equ.gainLevel8" value_onchange="equ.gainLevel8=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  107.       <SLIDER id="eq9" left="87" top="18" width="6" height="55" value="wmpprop:equ.gainLevel9" value_onchange="equ.gainLevel9=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  108.       <SLIDER id="eq10" left="95" top="18" width="6" height="55" value="wmpprop:equ.gainLevel10" value_onchange="equ.gainLevel10=value;" thumbImage="thumb.bmp" borderSize="2" direction="vertical" min="-10" max="10" />
  109. </subview>
  110.  
  111.  
  112.  
  113. <!-- Theme Selector Window -->
  114. <subview id="colors" zIndex="1" backgroundImage="colors.bmp" visible="false" transparencycolor="#00FF00">
  115.    <text id="themestext" zIndex="10" visible="true" value="..." top="78" left="135" width="97" justification="center" fontsize="10" foregroundcolor="#DDDDDD"/>
  116. <BUTTONGROUP hoverimage="colorshov.bmp" mappingImage="colorsmap.bmp" >
  117.  
  118.    <BUTTONELEMENT mappingColor="silver"   onmouseover="Jscript: {themestext.value = 'Default';};" onmouseout="Jscript: {themestext.value = '...';};"     onClick="Jscript: {Main.backgroundimage = 'base.bmp'; mainbuttongroup.hoverimage = 'basehov.bmp';};"/>
  119.    <BUTTONELEMENT mappingColor="#000000"  onmouseover="Jscript: {themestext.value = 'Blackness';};" onmouseout="Jscript: {themestext.value = '...';};"    onClick="JScript: {Main.backgroundimage = 'black.bmp'; mainbuttongroup.hoverimage = 'hov.bmp';};"/>
  120.    <BUTTONELEMENT mappingColor="#C000c0"  onmouseover="Jscript: {themestext.value = 'Woodie';};" onmouseout="Jscript: {themestext.value = '...';};"      onClick="JScript: {Main.backgroundimage = 'wood.bmp'; mainbuttongroup.hoverimage = 'hov.bmp';};"/>
  121.    <BUTTONELEMENT mappingColor="#008000"  onmouseover="Jscript: {themestext.value = 'Midnight';};" onmouseout="Jscript: {themestext.value = '...';};"    onClick="JScript: {Main.backgroundimage = 'midnight.bmp'; mainbuttongroup.hoverimage = 'midnighthov.bmp';};"/>
  122.    <BUTTONELEMENT mappingColor="gold"     onmouseover="Jscript: {themestext.value = 'Flame';};" onmouseout="Jscript: {themestext.value = '...';};"       onClick="JScript: {Main.backgroundimage = 'flame.bmp'; mainbuttongroup.hoverimage = 'flamehov.bmp';};"/>
  123.    <BUTTONELEMENT mappingColor="#C0C000"  onmouseover="Jscript: {themestext.value = 'Hot-Blue';};" onmouseout="Jscript: {themestext.value = '...';};"    onClick="JScript: {Main.backgroundimage = 'hotblue.bmp'; mainbuttongroup.hoverimage = 'hotbluehov.bmp';};"/>
  124.  
  125.    <BUTTONELEMENT mappingColor="DarkBlue" onmouseover="Jscript: {themestext.value = 'Disco';};" onmouseout="Jscript: {themestext.value = '...';};"       onClick="JScript: {Main.backgroundimage = 'disco.bmp'; mainbuttongroup.hoverimage = 'discohov.bmp';};"/>
  126.    <BUTTONELEMENT mappingColor="#FF00FF"  onmouseover="Jscript: {themestext.value = 'Underwater';};" onmouseout="Jscript: {themestext.value = '...';};"  onClick="JScript: {Main.backgroundimage = 'aqua2.bmp'; mainbuttongroup.hoverimage = 'aqua2hov.bmp';};"/>
  127.    <BUTTONELEMENT mappingColor="#FF0000"  onmouseover="Jscript: {themestext.value = 'Spicy';};" onmouseout="Jscript: {themestext.value = '...';};"       onClick="JScript: {Main.backgroundimage = 'spicy.bmp'; mainbuttongroup.hoverimage = 'spicyhov.bmp';};"/>
  128.    <BUTTONELEMENT mappingColor="#FF9001"  onmouseover="Jscript: {themestext.value = 'Reptile';};" onmouseout="Jscript: {themestext.value = '...';};"     onClick="JScript: {Main.backgroundimage = 'reptile.bmp'; mainbuttongroup.hoverimage = 'reptilehov.bmp';};"/>
  129.    <BUTTONELEMENT mappingColor="#FF0099"  onmouseover="Jscript: {themestext.value = 'Titanium';};" onmouseout="Jscript: {themestext.value = '...';};"    onClick="JScript: {Main.backgroundimage = 'Titanium.bmp'; mainbuttongroup.hoverimage = 'titaniumhov.bmp';};"/>
  130.    <BUTTONELEMENT mappingColor="#FFFFFF"  onmouseover="Jscript: {themestext.value = 'Tire';};" onmouseout="Jscript: {themestext.value = '...';};"        onClick="JScript: {Main.backgroundimage = 'tire.bmp'; mainbuttongroup.hoverimage = 'tirehov.bmp';};"/>
  131.  
  132.    <BUTTONELEMENT mappingColor="#00FF00"  onmouseover="Jscript: {themestext.value = 'Solar';};" onmouseout="Jscript: {themestext.value = '...';};"      onClick="JScript: {Main.backgroundimage = 'solar.bmp'; mainbuttongroup.hoverimage = 'hov.bmp';};"/>
  133.    <BUTTONELEMENT mappingColor="#FFFF00"  onmouseover="Jscript: {themestext.value = 'Metal';};" onmouseout="Jscript: {themestext.value = '...';};"      onClick="JScript: {Main.backgroundimage = 'metal.bmp'; mainbuttongroup.hoverimage = 'hov.bmp';};"/>
  134.    <BUTTONELEMENT mappingColor="#11DD88"  onmouseover="Jscript: {themestext.value = 'Aqua';};" onmouseout="Jscript: {themestext.value = '...';};"       onClick="JScript: {Main.backgroundimage = 'aqua.bmp'; mainbuttongroup.hoverimage = 'aquahov.bmp';};"/>
  135.    <BUTTONELEMENT mappingColor="#00FFFF"  onmouseover="Jscript: {themestext.value = 'Graffiti';};" onmouseout="Jscript: {themestext.value = '...';};"   onClick="JScript: {Main.backgroundimage = 'graffiti.bmp'; mainbuttongroup.hoverimage = 'hov.bmp';};"/>
  136.    <BUTTONELEMENT mappingColor="#88B800"  onmouseover="Jscript: {themestext.value = 'USA';};" onmouseout="Jscript: {themestext.value = '...';};"        onClick="JScript: {Main.backgroundimage = 'usa.bmp'; mainbuttongroup.hoverimage = 'hov.bmp';};"/>
  137.    <BUTTONELEMENT mappingColor="#4466AA"  onmouseover="Jscript: {themestext.value = 'Mars';};" onmouseout="Jscript: {themestext.value = '...';};"       onClick="JScript: {Main.backgroundimage = 'maroon.bmp'; mainbuttongroup.hoverimage = 'maroonhov.bmp';};"/>
  138.  
  139. </BUTTONGROUP>
  140.    <effects id="themedbars" top="22" left="127" height="41" width="100" windowed="false" allowall="false" visible="true" zIndex="2">
  141.       <bars id="themedbars2" displayMode="3" levelWidth="4" levelFallbackSpeed="20" transparent="false" levelScale="0.8" levelColor="#EEEEEE" backgroundcolor="#000000" /> </effects>
  142.    <button id="MDU38" top="20" left="125" image="mdu38.bmp" hoverimage="MDU38.gif" onclick="theme.openview('MDU38info');" zIndex="25" visible="true" uptooltip="Open Skin Info" transparencycolor="#00FF00"/>
  143. </subview>
  144.  
  145.  
  146.  
  147. <!-- Track Info Window -->
  148. <subview id="info" zIndex="1" backgroundImage="trackinfo.bmp" visible="false" transparencycolor="#00FF00">
  149.    <text id="authortext" zIndex="10" visible="true" value="" top="23" left="54" width="65" fontsize="7" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FEFEFE"/>
  150.    <text id="titletext" zIndex="10" visible="true" value="" top="34" left="54" width="65" fontsize="7" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FEFEFE"/>
  151.    <text id="albumtext" zIndex="10" visible="true" value="" top="45" left="56" width="59" fontsize="7" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FEFEFE"/>
  152.    <text id="genretext" zIndex="10" visible="true" value="" top="56" left="56" width="61" fontsize="7" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FEFEFE"/>
  153.       <text value="Artist:" zIndex="10" visible="true" top="23" left="25" fontsize="7" foregroundcolor="#DDDDDD"/>
  154.       <text value="Title:" zIndex="10" visible="true" top="34" left="24" fontsize="7" foregroundcolor="#DDDDDD"/>
  155.       <text value="Album:" zIndex="10" visible="true" top="45" left="24" fontsize="7" foregroundcolor="#DDDDDD"/>
  156.       <text value="Genre:" zIndex="10" visible="true" top="56" left="25" fontsize="7" foregroundcolor="#DDDDDD"/>
  157.    <statustext zIndex="10" top="30" left="130" width="95" fontsize="9" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FEFEFE" />
  158.    <text value="wmpprop:player.currentmedia.SourceURL" zIndex="10" top="45" left="130" width="95" scrolling="true" fontsize="9" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FEFEFE"/>
  159.    <text top="70" left="131" foregroundcolor="#DDDDDD" value="wmpprop:player.controls.currentPositionString" fontsize="13" fontstyle="bold italicised" />
  160.    <durationtext top="85" left="181" foregroundcolor="#DDDDDD" fontsize="13" fontstyle="bold italicised" />
  161.    <text top="69" left="176" foregroundcolor="#DDDDDD" value="/" fontsize="22" />
  162. </subview>
  163. </view>
  164.  
  165.  
  166.  
  167. <!-- Pop-up Video Screen -->
  168. <view id="videoscrn" backgroundColor="none" titleBar="true" resizable="true" visible="true"
  169.    onLoad="width=player.currentMedia.imageSourceWidth; height=player.currentMedia.imageSourceHeight" onResize="video.width=width; video.height=height;" >
  170.       <video id="video" tabstop="false" shrinkToFit="true" stretchToFit="true" />
  171. </view>
  172.  
  173.  
  174. <!-- Skin Info Window -->
  175. <view id="MDU38info" backgroundColor="#000000" titleBar="true" title="About the Skin" resizable="false" visible="true" height="150" width="173" backgroundimage="skininfo.gif" transparencycolor="#00FF00" scriptFile="mdu38.js;res://wmploc.dll/RT_TEXT/#132;">
  176.    <text value="Multimedia Display Unit #38" top="3" left="4" width="167" scrolling="true" fontsize="9" foregroundcolor="#CCCCCC"/>
  177.    <text zIndex="1" value="Reeses2150's Comments" top="24" left="4" width="167" scrolling="false" fontsize="8" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FFFFFF" tooltip="Click." onclick="Jscript: {reesescom1.visible = true;};"/>
  178.    <text zIndex="1" value="BakerJake's Comments" top="39" left="4" width="167" scrolling="false" fontsize="8" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FFFFFF" tooltip="Click." onclick="Jscript: {bakercom1.visible = true;};"/>
  179.    <text zIndex="1" value="Info" top="43" left="150" scrolling="false" fontsize="8" foregroundcolor="#DDDDDD" hoverforegroundcolor="#FFFFFF" tooltip="Click." onclick="Jscript: {generalinfo1.visible = true;};"/>
  180.  
  181.    <text value="(c)2004,                  and" top="138" left="4" width="167" scrolling="false" fontsize="7" foregroundcolor="#CCCCCC"/>
  182.    <text value="Reeses2150" top="138" left="40" width="167" scrolling="false" fontsize="7" foregroundcolor="#DDDDDD" hoverforegroundcolor="orange" onclick="player.launchURL('http://Reeses2150.deviantart.com/');" tooltip="Vist Reeses2150's Webpage."/>
  183.    <text value="BakerJake" top="138" left="110" width="167" scrolling="false" fontsize="7" foregroundcolor="#DDDDDD" hoverforegroundcolor="#AAAAFF" onclick="player.launchURL('http://Bakerjake.deviantart.com/');" tooltip="Visit BakerJake's Webpage."/>
  184.  
  185.    <button id="reesescom1" top="0" left="0" visible="false" zIndex="2" image="reesescom1.bmp" onclick="Jscript: {reesescom1.visible = false; reesescom2.visible = true;};"/>
  186.    <button id="reesescom2" top="0" left="0" visible="false" zIndex="2" image="reesescom2.bmp" onclick="Jscript: {reesescom2.visible = false;};"/>
  187.    <button id="bakercom1" top="0" left="0" visible="false" zIndex="2" image="bakercom1.bmp" onclick="Jscript: {bakercom1.visible = false;};"/>
  188.    <button id="generalinfo1" top="0" left="0" visible="false" zIndex="2" image="generalinfo.bmp" onclick="Jscript: {generalinfo1.visible = false;};"/>
  189. </view>
  190. </theme>